DataSource for Entity Framework in WPF
C1.Data Namespace / ProgressiveView<T> Class / SelectMany Method / SelectMany<TCollection,TResult>(Expression<Func<T,IObservableSource<TCollection>>>,Expression<Func<T,TCollection,TResult>>) Method

In This Topic
    SelectMany<TCollection,TResult>(Expression<Func<T,IObservableSource<TCollection>>>,Expression<Func<T,TCollection,TResult>>) Method
    In This Topic
    Syntax

    Parameters

    collectionSelector
    resultSelector

    Type Parameters

    TCollection
    TResult
    See Also